/*****网站内页，全局栏目头颜色设置－开始******/
body{font: 14px/240% Microsoft YaHei;color:#333333; margin:0;background:#fff;overflow-x:hidden}

a:focus, a:hover{color:#005a9f;}

h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}

/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}

/

/*********首页样式*********/

/*banner大图*/
#banner {width: 100%;padding: 0;max-height: 550px;overflow: hidden;}
.flexslider{max-height: 550px;overflow: hidden;position: relative;width:100%;}
.slides li{height: 550px;background-size: auto 100% !important;}
.flex-control-nav {bottom: 30px;}
#intpate .slides li, #catapage .slides li { height: 400px;}

@media (min-width: 992px) and (max-width: 1200px){
 
  .slides li { height: 400px;background-size: auto 100% !important;}
  
}
@media (max-width: 992px){
  /*大图*/ 
  .flexslider .slides li {height: 300px;background-size: auto 100% !important;}
  #intpate .slides li, #catapage .slides li {height: 200px;background-size: auto 100% !important;}
 
}
@media (max-width: 767px){
  /*大图*/ 
  .flexslider .slides li {height: 190px;}
  
}


.sec_01{padding-top: 50px;}
.yw-box{float: left;width: 25%;text-align: center;}
.yw-box a{display: block;padding: 20px;}
.yw-box.y1 a{background: #008dd1;}
.yw-box.y2 a{background: #11a0e6;}
.yw-box.y3 a{background: #30adeb;}
.yw-box.y4 a{background: #4bbaf2;}
.yw-ico{}
.yw-ico img{width: 90px;}
.yw-box h3 { font-size: 22px;  color: #fff; line-height: 1; letter-spacing: 1px;margin: 5px 0 15px;}
.yw-box p{}
.yw-box hr { margin: 0 auto 10px;  width: 20%; border-top: 2px solid #eee;}
.yw-box a:hover{opacity: .95;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
  .yw-box a{padding: 10px;}
  .yw-ico img {width: 60px;}
  .yw-box h3 { font-size: 18px; margin: 5px 0 10px;}
  .yw-box hr{width: 25%;}
  
}

@media (max-width: 767px){
  
 
  
}







/* 公共标题样式 */
.bt{margin-bottom: 30px;}
.bt h3 {  border-left: 3px solid #f09015; font-size: 20px;font-weight: bold;padding: 2px 8px;color: #008dd1;}
.bt h3 span { font-weight: normal; font-size: 15px;display: inline-block; color: #888;text-transform: uppercase;}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
}

@media (max-width: 767px){
  
  
}



/* 公司介绍 */
.gywm{padding: 50px 0;background:url(../images/bg3.jpg)no-repeat center top;}

.gy-cont{position: relative;}
.gy-img{width: 45%;}
.gy-img img{width: 100%;}

.gy-nr{position: absolute;right: 0;z-index:3;top: 30px;width: 60%;}

.gy-box{padding: 20px;background: #fff;border: 1px solid #ddd;}
.gy-txt{height: 250px;overflow: hidden; overflow-y: auto;padding-right: 10px;}
.gy-txt p { font-size: 15px;line-height: 1.8;color: #666;}
.gy-txt::-webkit-scrollbar {width: 3px;background: #eee;border-radius: 10px;}
.gy-txt::-webkit-scrollbar-thumb { background-color: #008dd1;  -webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}

.gy-btn{text-align: right;}
.gy-btn a { display: inline-block;font-size: 16px; line-height: 1; background: #008dd1;  color: #fff;padding: 15px 55px;letter-spacing: 1px;transition: all .5s;}
.gy-btn a:hover{background: #0d9fe6;}

@media (min-width: 992px) and (max-width: 1200px){

  .gy-txt{height: 200px;}
  .gy-txt p { font-size: 14px; line-height: 1.8;color: #666;}
  
}

@media (max-width: 992px){

  .gy-box{padding: 15px;}
  .gy-txt{height: 200px;}
  .gy-txt p{font-size: 13px;}
  .gy-btn a { font-size: 15px;padding: 12px 40px;}
  
}

@media (max-width: 767px){

  
  
}


/* 案例 */
.anli{padding: 50px 0;}



.al-cont{}
.al-cont ul{overflow: hidden;}
.al-cont ul li{float: left;width: 25%;padding: 0 8px;margin-bottom:10px;}
.al-cont ul li a{display: block;}
.al-cont ul li a .al-img { height: 210px; overflow: hidden; border: 1px solid #ddd; background: #fff; display: flex;flex-wrap: wrap;align-content: center;}
.al-cont ul li a .al-img img{width: 100%;transition: all .5s;min-height: 100%;}
.al-cont ul li a p { text-align: center; font-size: 15px;line-height: 1;color: #444;padding: 10px 0;}
.al-cont ul li a:hover .al-img img{transform: scale(1.1);}
.al-cont ul li a:hover p{color: #f09015;}

.al-btn{text-align:center;}
.al-btn a { display: inline-block;  background: #008dd1;color: #fff; font-size: 15px; line-height: 1;  padding: 12px 35px; border-radius: 3px; box-shadow: 2px 2px 1px #056d9f;transition: all .5s;}
.al-btn a:hover{background: #f09015;box-shadow: 2px 2px 1px #ad6810;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .al-cont ul li a .al-img{height:170px;}

  
}

@media (max-width: 992px){
  
  .al-cont ul li{padding: 0 5px;}
  .al-cont ul li a .al-img{height:130px;}
  
  .al-cont ul li a p{padding: 5px 0;}
  .al-cont {padding-bottom: 30px;}
  
}

@media (max-width: 767px){
 

  
  .al-cont{padding: 0 10px 20px;}
  .al-cont ul li {width: 50%;}
  
  
  
}




/* 资质证书 */
.zhengshu{padding: 50px 0;background: #f5f5f5;}

.zs-bt{margin-bottom: 40px;}
.zs-bt h3{float: left;}
.zs-bt a { float: right; display: inline-block;font-size: 14px; line-height: 1; background: #008dd1;color: #fff;padding: 12px 30px;transition: all .3s;}
.zs-bt a:hover{background: #f09015;}

.walking .ar_1{width: 300px;height: 240px;margin-left: 15px;background: none;}
.walking .ar_1 .item{border: none;padding: 5px;border: 1px solid #ccc;background: #fff;}
.img-b{height: 200px;overflow: hidden;}
.walking .ar_1 .item img{height: auto;width: 100%;min-height: 100%;}
.walking .ar_1 p { height: auto; line-height: 1; background: none; color: #555; font-size: 16px; padding: 5px 0;}
.walking .ar_1:hover .item{border-color: #f09015;}
.walking .ar_1:hover p{color: #f09015;}


@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
  .walking .ar_1 { width: 260px; height: 240px;margin-left: 15px;}
  .img-b { height: 200px;overflow: hidden;}
  
}

@media (max-width: 767px){
  
  .walking .ar_1 { width: 200px; height: 180px;margin-left: 15px;}
  .img-b { height: 140px;overflow: hidden;}
  
  
}


/* 新闻 */
.xinw{padding: 50px 0;}

.xw-box{float: left;width: 32%;margin-right: 2%;}
.xw-box:nth-last-child(2){margin-right: 0;}

.xw-bt{overflow: hidden;border-bottom: 1px solid #ccc;margin-bottom: 15px;}
.xw-bt h3 { float: left; font-size: 14px; text-transform: uppercase; color: #999;line-height: 1;font-family: Times New Roman;}
.xw-bt h3 span { display: inline-block; font-size: 18px; font-weight: bold; color: #008dd1;  padding-bottom: 6px;border-bottom: 2px solid #f09015;margin-right: 5px;}
.xw-bt a {float: right;font-size: 14px;text-transform: uppercase;color: #888;line-height: 1;}
.xw-bt a:hover{color: #008dd1;}

.xw-img{margin-bottom: 10px;}
.xw-img img{width: 100%;}

.xw-list{}
.xw-list li{}
.xw-list li a{display:block;border-bottom: 1px dashed #ccc;}
.xw-list li a h3 {  font-size: 15px; line-height: 1; overflow: hidden;text-overflow: ellipsis; white-space: nowrap; color: #666;padding: 10px 5px;}
.xw-list li a h3 .fa{color: #f09015;margin-right: 8px;}
.xw-list li a:hover h3{color: #008dd1;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .xw-list li a h3{font-size: 14px;}
  
}

@media (max-width: 992px){
  
  .xw-bt h3 span{font-size:16px;}
  .xw-bt h3{font-size: 12px;letter-spacing: -1px;}
  .xw-bt a{font-size: 12px;}
  .xw-list li a h3{font-size: 13px;}
  
  
}

@media (max-width: 767px){
 
  
}


/* 友情链接 */
.links{margin: 50px auto 0;}
.links h3 { font-size: 20px; line-height: 1; text-transform: uppercase; color: #888;}
.links h3 span { color: #016dc0; font-weight: bold; letter-spacing: 1px;  display: inline-block; border-bottom: 3px solid #016dc0;padding-bottom: 10px;}
.links hr {border-top: 1px solid #ddd;margin: -1px auto 15px;}
.links a { font-size: 15px;line-height: 1.5;color: #555;text-decoration: underline; display: inline-block;margin-left: 0;margin-right: 15px;}
.links a img{height: 50px;width: auto;}
.links a:hover{ color: #016dc0;}


/*底部*/
.f-nav { background: #008dd1;padding: 15px 0;}
.f-nav ul{overflow: hidden;}
.f-nav ul li {float: left;padding: 5px 0;}

.f-nav ul li a { color: #fff; display: block;font-size: 15px;line-height: 1;border-right: 1px solid #ccc;padding: 0 44px;}
.f-nav ul li:last-child a{border: none;}
.f-nav ul li a:hover{color: #f8bf60;}

.f_one{background: #0079b4;padding-top: 20px;}

.f-logo{float: left;padding-right: 15px;width: 25%;}
.f-logo img{width: 100%;margin-top: 30px;}

.f-lx{float: left;width: 60%;padding: 10px 0;}
.f-lx h3 { font-size: 22px; line-height: 1;color: #fff;font-weight: bold;letter-spacing: 1px;margin-bottom: 10px;}
.f-lx p { font-size: 15px;line-height: 1.5;color: #fff;}
.f-lx p a:hover{color: #f68911;}

.f-ewm{float: right;width: 24%;margin-top: 20px;}
.f-ewm .ewm-box { float: left; width: 46%; border: 1px solid #ccc; border-radius: 10px;padding: 10px; margin: 0 2%;position:relative;}
.f-ewm .ewm-box img{width: 100%;}
.f-ewm .ewm-box p { font-size: 14px;  line-height: 1; color: #fff; position: absolute;  bottom: -10px;width: 80%; text-align: center;margin: 0 10%; background: #0079b4; z-index: 3; left: 0;}

.sec-tit.left-keyword-tit, .themain {
    display: block;
}
.themain {
    clear: both;
    text-align: center;
    color: #fff;
}
.themain a {
    color: #fff;
    margin: 0 5px;
}

p.copyright {  font-size: 14px; line-height: 1;color: #fff;  padding: 12px 0; text-align: center; border-top: 1px solid #eee;}

@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #303030;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
}

@media (max-width: 767px){
  
}



/* 内页样式 */
.page-body {margin: 30px auto 50px;}

.left_menu{float: left;width: 20%;padding:0;padding-right: 20px;}
.page-body .col-md-9{float: left;width: 80%;padding: 0;}

.page-body .sec-tit { margin-bottom: 2px !important;}
.sec-tit {border: none;height: 50px;line-height: 50px;background: #008dd1;padding: 0 10px;border-radius: 0;}
.sec-tit h2 {float: left; margin-top: 0;margin-bottom: 0; height: auto;line-height: 50px; font-weight: bold; font-size: 18px;color: #ffffff;border: none;}

.sec-tit h5{margin-top:16px;}
.sec-tit h5 a{color:#fff;}
.sec-tit h5 a:hover{background: #f9b31e}

.page-l-clist{}
.page-l-clist ul {  padding: 0; border: none;}
.page-l-clist li { height: 45px; line-height: 45px; text-align: center; font-size: 15px;border: none; background: #f5f5f5;border-bottom: 1px solid #e3e3e3;}
.page-l-clist li a{display:block;}
.page-l-clist li a:hover {   display: inline-block; width: 100%;  height: 45px; color: #fff; background: #008dd1;}
.page-l-clist li .layer2{left: 100%;}
.page-l-clist li.on {color: #fff; background: #008dd1;}

.left-news li a h5 { line-height: 1; text-align: left; font-size: 14px; padding: 10px;  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.left-news li a:hover h5{color:#008dd1;}

.sec-marquee-c strong{font-size: 18px;}


/* 右侧 */
.page-alist{margin-top: 0;padding: 0 10px;}

.crumbs-item {line-height: 1;border-bottom: 3px double #d7dbdf;overflow: hidden;margin-bottom: 15px;}
.crumbs-item h5 {font-size: 15px;line-height: 1; padding: 7px 0;color: #555;}

.wp-pagenavi{text-align: center;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #005a9f;
    border-color: #005a9f;
}
.pagination>li>a, .pagination>li>span{color: #005a9f;}

/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #005a9f;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;margin-top: 3px;}
.page-alist .page-atit p {color: #555;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #005a9f;}

.page-alist li { overflow: hidden;padding-bottom: 15px; padding-top: 0; border-bottom: 1px dotted #ddd;margin-bottom: 15px;}

.list-title{overflow: hidden;}
.list-title h3{float:left;width: 85%;font-size: 16px;line-height: 1;color: #444;}
.list-title h3 .fa{margin-right: 5px;}
.list-title span { float: right; width: 15%;  font-size: 12px;text-align: right; line-height: 1; display: inline-block;color: #999;}
.list-title p.list-desc { font-size: 14px;line-height: 1;color: #777;}
.list-title p.list-desc span{color:#3c8db3}
.list-title h3:hover{color: #008dd1;}


/* 图片列表 */
.page-alist .col-md-4 {padding: 0 8px;margin-bottom: 10px;}
.img-inner{width: 300px;overflow: hidden;}
.img-inner:hover {border: 1px solid #005a9f;overflow: hidden;}

.page-alist .col-md-4 a{display:block;}
.page-alist .col-md-4 a h5 { height: auto; line-height: 1; overflow: hidden; font-size: 16px; text-align: center;padding: 5px 0;float: none;}
.page-alist .col-md-4 a:hover h5{color: #005a9f;}

.page-nav{display: none;margin-bottom: 10px;}
.page-nav ul{overflow: hidden;}
.page-nav ul li{width: 50%;padding: 0 5px;float: left;border: none;margin-bottom: 10px;}
.page-nav ul li a {display: block; text-align: center; background: #008dd1;  font-size: 14px; line-height: 1;padding: 12px 0;color: #fff;}
.page-nav ul li a:hover{color: #fff;background: #1161b2;}

/* 详情页 */
.page-con-tit{}
.page-con-tit h1{font-size: 20px;line-height: 1;padding-bottom: 10px;}


.page-content { font-size: 15px;line-height: 1.5;padding: 0 15px; color: #555;}
.page-content p{margin-bottom: 7px;}

/* 地图 */
.page-addr{}
.page-addr iframe{width: 100%;}



@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px){
  
  .page-body {margin: 0 auto 50px;}
  
  .crumbs-item h5{font-size: 13px;}
  
  .page-body .col-md-9{float: none;width: 100%;padding: 0;}
  
  .page-alist .col-md-4 {padding: 0 8px;margin-bottom: 10px;float: left;width: 33.3333%;}
  .img-inner {height: 160px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
}

@media (max-width: 767px){
  
  .page-body { margin: 5px auto 40px;}
  .page-body .col-md-9 {float: none; width: 100%; padding: 0 15px;}
  
  .crumbs-item h5{font-size: 13px;}
  
  .page-content{padding-top: 0;}
  
  .page-nav{display: block;}

  .page-alist{padding: 0;}
  .page-alist .col-md-4{padding: 0 5px;width: 50%;}
  .img-inner { height: 130px;}
  .page-alist .col-md-4 a h5{font-size:14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  
  .page-alist .page-atit p {height: 4rem;font-size: 13px;}
  
  
  .product_detail .img {overflow: hidden;}
  .zoomPad{z-index: 0 !important;}
  
  .page-alist li{padding-bottom: 12px;margin-bottom: 12px;}
  .list-title h3 { float: left;  width: 80%;font-size: 14px; line-height: 1; color: #444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
  .list-title span{width: 20%;}
  
  
  
  
}








